The XTND Power Enabler is a Power Macintosh shared library system extension enabling native Power Macintosh applications to call the Claris XTND System. Only the interface library has become native, the remaining parts of XTND, like Claris XTND System remain the same 68K code.
What are the parts
-----------------
• XTND Power Enabler
This system extension is the shared library itself - containing the Power Macintosh interface library. It should be installed into the extensions folder.
• XTNDInterface.xcoff
This is an .xcoff format of the library. Use this to link against. The shared library name is "XTNDInterface".
• XTNDInterface.h, XTNDPictTranslator.h, and XTNDTextTranslator.h
These are the universal interfaces for XTND.
What's not included here (use the existing 68K versions)